    .pro {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
      }
  
      .sleaider {
        width: 300px;
      }
  
      .des {
        text-align: center;
      }
  
      .star {
        margin: 5px 0;
      }
  
      .Swiper {
        width: 100%;
        height: 350px;
        margin-top: 15px;

      }
  
      .swiper-slide {
        width: 100%;
        background-color: #f0f0f0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
      }
      .swiper-slide img{
        width: 100%;
        border-radius: 0 !important;
        height: 350px;
      }
      @media (max-width: 477px) {
        .Swiper {
          width: 70%;
          height: 250px;
          margin: auto;
  
        }
        .swiper-slide {
          width: 100%;
          background-color: #f0f0f0;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 18px;
          font-size: 22px;
          font-weight: bold;
          color: #fff;
        }
        .swiper-slide img{
          width: 100%;
          border-radius: 0 !important;
          height: 250px;
        }
      }


      /* Shop Slider Css  */ 